type google.golang.org/grpc/internal/resolver/unix.nopResolver

4 uses

	google.golang.org/grpc/internal/resolver/unix (current package)
		unix.go#L57: 	return &nopResolver{}, nil
		unix.go#L68: type nopResolver struct {
		unix.go#L71: func (*nopResolver) ResolveNow(resolver.ResolveNowOptions) {}
		unix.go#L73: func (*nopResolver) Close() {}